ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc.Finance Assembly / C1.Web.Mvc.Finance Namespace / CCI<T> Class
Members

In This Topic
    CCI<T> Class
    In This Topic
    Represents a Commodity Channel Index indicator series for the FinancialChart.
    Object Model
    CCI<T> Class
    Syntax
    'Declaration
     
    Public Class CCI(Of T) 
       Inherits SingleOverlayIndicatorBase(Of T)
    public class CCI<T> : SingleOverlayIndicatorBase<T> 
    Type Parameters
    T
    Remarks
    The commodity channel index is an oscillator that measures an asset's current price level relative to an average price level over a specified period of time.
    Inheritance Hierarchy

    System.Object
       C1.Web.Mvc.ChartSeriesBase<T>
          C1.Web.Mvc.ExtraSeries<T>
             C1.Web.Mvc.Finance.SingleOverlayIndicatorBase<T>
                C1.Web.Mvc.Finance.CCI<T>

    See Also